home *** CD-ROM | disk | FTP | other *** search
- > Also: Case sensetive etc:
- > I want this: HELLO
- > To be the same as this: HeLlO
-
- Hi Jamie,
-
- The easiest way to achieve this is to treat all input strings with
- either UPPER$ or LOWER$ in other words - convert everything to either
- uppercase or lowercase depending on your taste.
-
- Then you can compare and contrast knowing that everything is upper/lower
- case!
-
- Hope this helps.
-
- Rich
-
-